2012-11-02 - 5321 - Spec - Add GSCI Text to PO #DSSCOProcess #US #abapexit
SPECIFICATIONS
5321-100 Update PO Header Text for Z3NB
Purpose
Update PO Header Text for Z3NB, if PO Line item is a TAB and Plant beginning with 9+, like 9010
Admin Info
Title
|
5321.100
|
Requested By
|
Tom Wappman
|
Spec Created By
|
Venkat Kondapally
|
Spec Created Date
|
11/02/2012
|
Spec QA by
|
Aditya Vojjal
|
Objects
|
User Exit :EXIT_SAPMM06E_013
|
Status
(WIP/Complete)
|
Complete
|
References
Prior Tickets
Document
Functional Requirement
Z3NB Purchase orders should be updated with a Hard coded text at Header level, if any of its PO line item is from TAB Line item category, Plant 9010, or whichever plant is beginning with 9.
Text should be - GSCI PO # DOWNLOAD IN DSSCO REQUIRED
This update is required only to be affected in SAP Purchase order, and should not have any impact on the Forms.
Solution Summary
PO header text is updated using User Exit “EXIT_SAPMM06E_013”
Check Purchase Order Header Order Type = ‘Z3NB’
Check for any item with item category Tab and Plant which starts with ‘9’.
Update PO Header Text with “GSCI PO # DOWNLOAD IN DSSCO REQUIRED “
Test Plan
List test scenarios/cases to be executed here
|
Test Scenario
|
Expected Results
|
1
|
Create POwith Order Type 'Z3NB', plant staring with '9'
|
The PO header text should be "GSCI PO# DOWNLOAD IN DSSCO REQUIRED"
|
2
|
Create PO With Order Type NE 'Z3NB', plant '9010' change PO to Z3NB
|
PO Header text should be changed to "GSCI PO# DOWNLOAD IN DSSCO REQUIRED"
|
Solution Details
Provide complete technical details for configuration or programming here.
Issues